home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q103 / 0 / 73.TXT < prev    next >
Text File  |  1993-09-28  |  2KB  |  67 lines

  1. DOCUMENT:Q103073  27-SEP-1993  [W_NT]
  2. TITLE   :How to Create Greeting and Exit Messages with FTP Server
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. WARNING: Using Registry Editor incorrectly can cause
  16.      serious, system-wide problems that may require you to
  17.      reinstall Windows NT to correct them. Microsoft cannot
  18.      guarantee that any problems resulting from the use of
  19.      Registry Editor can be solved. Use this tool at your own
  20.      risk.
  21.  
  22. The Windows NT File Transfer Protocol (FTP) Server offers the ability
  23. to create custom greeting and exit messages when users connect to or
  24. disconnect from the FTP Server.
  25.  
  26. To add a custom greeting or exit message, do the following:
  27.  
  28. 1. Open the Registry Editor (REGEDT32.EXE).
  29.  
  30. 2. Use the following path:
  31.  
  32.       HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FtpSvc
  33.       \Parameters
  34.  
  35. 3. From the Edit menu, choose Add Value to create either of the 
  36.    following entries:
  37.  
  38.       GreetingMessage
  39.       ExitMessage
  40.  
  41. 4. Set the Data Type of both values to REG_MULTI_SZ.
  42.  
  43. 5. Enter any desired messages in the Data dialog box.
  44.  
  45. Once these entries are created, any users connecting to the Windows
  46. NT FTP Server will see the messages.
  47.  
  48. Additional reference words: 3.10
  49.  
  50. KBCategory:
  51. KBSubcategory: tpip
  52.  
  53. =============================================================================
  54.  
  55. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  56. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  57. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  58. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  59. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  60. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  61. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  62. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  63. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  64. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  65. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  66.  
  67. Copyright Microsoft Corporation 1993.